home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / modem25.arc / MODEM.DOC < prev    next >
Text File  |  1991-06-16  |  3KB  |  87 lines

  1.                     Modem.exe  Documentation
  2.                           Version 2.0
  3.  
  4.                 Written by Jem Miller of 1:147/33
  5.  
  6.     Modem is a small fast and reliable utility to take your modem off-hook
  7. for processing mail, or whatever. It will reliably phone or un-phone your
  8. modem on COM 1 through 4.
  9.  
  10.     Command syntax:
  11.  
  12.     Modem requires 2 command line parameters to function. If less than 2
  13. are specified, or the wrong parameters are given, Modem will display a
  14. help screen. The syntax for the command line is as follows.
  15.  
  16. Modem 1 off      Will take the modem on COM1 off-hook (busy the phone)
  17.       ^   The Com port MUST be the first parameter, and a word in either
  18. upper or lower case to tell Modem what to do with the COM port.
  19.  
  20. on  will hang the phone up (on-hook)
  21. off will busy the phone (off-hook)
  22.  
  23.     if either on or off are mis-spelled Modem will default to OFF-hook.
  24.  
  25. Version 1.0 notes:
  26.  
  27.     Modem doesn't need a fossil, so it could care less whether you have one
  28. installed or not. It works equally well with or without a fossil
  29. installed.
  30.  
  31. Version 1.1 notes:
  32.  
  33. If you have  a fossil installed, (X00, OpusCom, BNU, etc.) Modem will
  34. use it to address the COM port, Otherwise Modem will use it's built-in
  35. routines. Modem will account for slower modems now, and will set delays
  36. to fit the system. Special thanks to John Rose of 1:130/33 for helping
  37. me test the auto delay feature.
  38.  
  39. Version 2.0 notes:
  40.  
  41.     Modem 1.1 would bleed across windows under DeskView, and other
  42. multi-taskers. This version cures that problem, and the code was
  43. streamlined to save 2k in the EXE file. That means that it will load and
  44. execute faster now, but will still honor any delays that your system
  45. needs.
  46.  
  47. Version 2.1 notes
  48.  
  49.     It seems version 2.0 had a nasty habit of hanging the machine if the
  50. modem didn't respond. This version cures that problem, and adds some new
  51. features as well. My appologies to anyone that was considering a letter
  52. bomb over this error.
  53.  
  54.     Modem will now make up to 2 attempts to send a command string and get
  55. a response from your modem, if it fails, it will report the modem as being
  56. deaf, and will end. Modem  also reports any errors now so you will
  57. normally see:
  58.  
  59. Modem reports OK
  60.  
  61.     If anything other than an OK is received from the modem, it will be on
  62. the line below Modem reports. For example:
  63.  
  64. Modem reports
  65. ERROR
  66.  
  67.     The program will NOT attempt to re-send any commands if it recieves an
  68. error message, it will simply end.
  69.  
  70. Version 2.5 notes
  71.  
  72.     Modem now includes an optional third command line switch.
  73.  
  74. /d  as the LAST commandline option tells Modem to run in Dog mode for 
  75. fast systems with slower modems. It causes Modem to put additional delays
  76. in it's wait routines while waiting for the modem to clear.
  77.  
  78.  
  79.      Modem is freeware, so use it, give it away, burn it, or do anything
  80. else you wish to do with it EXCEPT sell it.
  81.  
  82.                             --- Jem Miller
  83.                                Dia_Com RBBS
  84.                             FidoNet 1:147/33.0
  85.                             EggNet 99:9002/20.0
  86.                             RBBSNet 8:933/2.0
  87.